testing.testState.maxParallel (field)

3 uses

	testing (current package)
		testing.go#L2095: 	maxParallel int
		testing.go#L2102: 		maxParallel:   maxParallel,
		testing.go#L2109: 	if s.running < s.maxParallel {